home *** CD-ROM | disk | FTP | other *** search
/ A Brief History of Time - An Interactive Adventure / A Brief History of Time: An Interactive Adventure.iso / pc / 06.dir / 00302_Script_302 < prev    next >
Text File  |  1995-07-27  |  364b  |  15 lines

  1. on exitFrame
  2.   global gDestLabel
  3.   global gDestNumber
  4.   global gCastOfSprite15
  5.   puppetizerMan
  6.   set gCastOfSprite15 = "dest 0"
  7.   set the castnum of sprite 15 = the number of cast "dest 0"
  8.   set gDestNumber = 0
  9.   set gDestLabel = 0
  10.   updatestage
  11. --  puppetSprite 15, False
  12.   set the timeOutScript to "nothing"
  13.   set the movieRate of sprite 2 = 1
  14. end
  15.